home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 1 / BBS in a box - Trilogy I.iso / Files / Publish / Photoshop / Plug-in Modules / Code / PIAbout.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-08  |  370 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.     File: PIAbout.h
  3.  
  4.     Copyright 1992 by Adobe Systems, Inc.
  5.  
  6.     This file describes version 4.0 of Photoshop's plug-in module interface
  7.     for the about box selector.
  8. */
  9.  
  10. #define plugInSelectorAbout      0
  11.  
  12. typedef struct AboutRecord 
  13.     {
  14.  
  15.     void *        platformData;        /* Platform specific information. */
  16.  
  17.     char        reserved [252];     /* Set to zero */
  18.  
  19.     }
  20. AboutRecord, *AboutRecordPtr;
  21.